Avoid allocating an extra copy of the image by using a
authorMatthias Clasen <matthiasc@src.gnome.org>
Fri, 5 Apr 2002 21:02:07 +0000 (21:02 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Fri, 5 Apr 2002 21:02:07 +0000 (21:02 +0000)
commit41446c99be9d1c1af5f98b746a4748688e0ed2d9
tree3d3a690770da8ca288197055aaa828b8627b99bd
parente313199b98027e857a2718e434bfb6e204ce0459
Avoid allocating an extra copy of the image by using a

* io-tiff.c (tiff_image_parse): Avoid allocating an extra copy of
the image by using a TIFFRGBAImage{Begin,Get,End} with suitable
put functions instead of TIFFRGBAImage. And check image dimensions
for overflow.
gdk-pixbuf/ChangeLog
gdk-pixbuf/io-tiff.c